home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / TweakAll3.exe / 0 / RCDATA / TDELETEPLUGIN / TDELETEPLUGIN.txt
Text File  |  2002-11-24  |  3KB  |  115 lines

  1. object DeletePlugin: TDeletePlugin
  2.   Left = 253
  3.   Top = 176
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Delete Plugin'
  6.   ClientHeight = 296
  7.   ClientWidth = 280
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ButtonPanel: TPanel
  20.     Left = 0
  21.     Top = 255
  22.     Width = 280
  23.     Height = 41
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object btnClose: TButton
  27.       Left = 200
  28.       Top = 8
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'Close'
  32.       TabOrder = 0
  33.       OnClick = btnCloseClick
  34.     end
  35.     object btnRemove: TButton
  36.       Left = 8
  37.       Top = 8
  38.       Width = 75
  39.       Height = 25
  40.       Caption = 'Remove'
  41.       TabOrder = 1
  42.       OnClick = btnRemoveClick
  43.     end
  44.   end
  45.   object PluginTree: TElTree
  46.     Left = 0
  47.     Top = 0
  48.     Width = 280
  49.     Height = 255
  50.     Cursor = crDefault
  51.     LeftPosition = 0
  52.     DragCursor = crDrag
  53.     Align = alClient
  54.     AutoCollapse = False
  55.     DockOrientation = doNoOrient
  56.     DefaultSectionWidth = 120
  57.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  58.     CustomPlusMinus = True
  59.     ExplorerEditMode = False
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Tahoma'
  64.     Font.Style = []
  65.     GradientSteps = 64
  66.     HeaderHeight = 19
  67.     HeaderHotTrack = False
  68.     HeaderSections.Data = {F4FFFFFF00000000}
  69.     HeaderFont.Charset = DEFAULT_CHARSET
  70.     HeaderFont.Color = clWindowText
  71.     HeaderFont.Height = -11
  72.     HeaderFont.Name = 'MS Sans Serif'
  73.     HeaderFont.Style = []
  74.     HorzScrollBarStyles.ShowTrackHint = False
  75.     HorzScrollBarStyles.Width = 16
  76.     HorzScrollBarStyles.ButtonSize = 16
  77.     IgnoreEnabled = False
  78.     IncrementalSearch = False
  79.     KeepSelectionWithinLevel = False
  80.     LineBorderActiveColor = clBlack
  81.     LineBorderInactiveColor = clBlack
  82.     LineHeight = 17
  83.     MinusPicture.Data = {
  84.       BE000000424DBE00000000000000760000002800000009000000090000000100
  85.       0400000000004800000000000000000000001000000000000000000000000000
  86.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  87.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000
  88.       00007FFFFFFF700000007FFFFFFF700000007FFFFFFF700000007F77777F7000
  89.       00007FFFFFFF700000007FFFFFFF700000007FFFFFFF70000000777777777000
  90.       0000}
  91.     MouseFrameSelect = True
  92.     MultiSelect = False
  93.     OwnerDrawMask = '~~@~~'
  94.     PlusPicture.Data = {
  95.       BE000000424DBE00000000000000760000002800000009000000090000000100
  96.       0400000000004800000000000000000000001000000000000000000000000000
  97.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  98.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000
  99.       00007FFFFFFF700000007FFF7FFF700000007FFF7FFF700000007F77777F7000
  100.       00007FFF7FFF700000007FFF7FFF700000007FFFFFFF70000000777777777000
  101.       0000}
  102.     ScrollbarOpposite = False
  103.     ShowCheckboxes = True
  104.     ShowLeafButton = False
  105.     SortType = stCustom
  106.     StoragePath = 'Tree'
  107.     TabOrder = 1
  108.     TabStop = True
  109.     VertScrollBarStyles.ShowTrackHint = True
  110.     VertScrollBarStyles.Width = 16
  111.     VertScrollBarStyles.ButtonSize = 16
  112.     VirtualityLevel = vlNone
  113.   end
  114. end
  115.